type net/http.http2timeTimer
6 uses
net/http (current package)
h2_bundle.go#L4250: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L4258: return http2timeTimer{time.AfterFunc(d, f)}
h2_bundle.go#L7456: type http2timeTimer struct {
h2_bundle.go#L7460: func (t http2timeTimer) C() <-chan time.Time { return t.Timer.C }
h2_bundle.go#L7646: return http2timeTimer{time.NewTimer(d)}
h2_bundle.go#L7654: return http2timeTimer{time.AfterFunc(d, f)}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)